* lisp.h (vcopy): Use memcpy rather than our own loop.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 21 Aug 2012 17:18:21 +0000 (10:18 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 21 Aug 2012 17:18:21 +0000 (10:18 -0700)
commit5f1862c54fa37692d9c9b617f32643371b643020
tree18f2c1ccf3d8f96d4b778e62735cbb0d676d4438
parent9001ef9dfb9937bc469b61efecd5e360af0cd40d
* lisp.h (vcopy): Use memcpy rather than our own loop.

This fixes a performance regression introduced by the recent
addition of vcopy.  This means 'vcopy' will need to be modified
for a copying collector, but that's OK.  Also, tighten the
checking in the assertion.
src/ChangeLog
src/lisp.h